Skip to main content

Properties (9)

Property Type Default Required Description
channelSelector⚓︎ ChannelSelector x x

Settings for the Channel Selector displayed on an io.Connect Window.

height⚓︎ number 400 x

Window height.

iframePermissionsPolicy⚓︎ IFramePermissionsPolicyConfig x x

Configuration for the allow attribute of the <iframe> element in which the app will be started. This applies when the app is loaded in a Workspace as well as when it's opened as a standalone <iframe> via the io.Connect IFrames API.

iframeSandbox⚓︎ IFrameSandboxConfig x x

Configuration for the sandbox attribute of the <iframe> element in which the app will be started. This applies when the app is loaded in a Workspace as well as when it's opened as a standalone <iframe> via the io.Connect IFrames API.

io.Connect Browser 4.5
left⚓︎ number 0 x

Distance of the top left window corner from the left edge of the screen.

top⚓︎ number 0 x

Distance of the top left window corner from the top edge of the screen.

url⚓︎ string x x
width⚓︎ number 400 x

Window width.

workspacesSandbox⚓︎ WorkspacesSandbox x x

Configuration for the sandbox attribute of the <iframe> element in which the app will be started when opened in a Workspace.